19. Angular Controllers Quiz
Angular Controllers Quiz
Angular Controllers Quiz
Download the Angular Controller quiz!
This quiz has two parts:
- Setting up the controller
- Updating the view to use the controller's data
Notes:
- If you use Yeoman to generate the controller, use the name
brickto satisfy the test code. This will appear asBrickCtrlin Angular. - Documentation for Yeoman's Angular generators
- Angular's documentation for Controllers
- Article about writing your controller with the as syntax.
QUESTION:
What is the secret code that appears?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Solution
Angular Controllers Solution